home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / doom / progs / dmcoke / coke.bat next >
DOS Batch File  |  1994-08-07  |  647b  |  21 lines

  1. @echo off
  2. rem
  3. rem             'Coke cans' by Carl Tranter (Author of SPIDER.WAD)
  4. rem
  5. rem            This batch file will replace the blue bottled health
  6. rem          potions with Coke cans for that little extra refreshment.
  7. rem
  8. echo Extracting original health potion graphics . . .
  9. echo  
  10. dmgraph bon1a0 -e bon1a0.gif
  11. dmgraph bon1b0 -e bon1b0.gif
  12. dmgraph bon1c0 -e bon1c0.gif
  13. dmgraph bon1d0 -e bon1d0.gif
  14. echo Inserting new Coke can graphics . .
  15. echo  
  16. dmgraph bon1a0 -s coke1.gif
  17. dmgraph bon1b0 -s coke2.gif
  18. dmgraph bon1c0 -s coke3.gif
  19. dmgraph bon1d0 -s coke4.gif
  20. echo All done, you now have Coke cans for refreshment, enjoy!
  21.